Renovate: enable fork processing and simplify Chunkah tracking#26
Merged
Conversation
This repo is a fork, so the hosted Renovate app skipped it entirely; forkProcessing must be explicitly enabled. Mirror the working setup from arch-bootc: move the config to a root renovate.json, drop the digest capture from the Chunkah regex (version-only updates), remove the digest pin from the workflow's CHUNKAH_IMAGE, and disable digest/pin update types for the Chunkah package. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renovate has never opened a PR on this repo because it is a fork, and the hosted Renovate app skips forks unless
forkProcessingis explicitly enabled — the same issue already fixed in arch-bootc.This mirrors that working setup:
.github/renovate.json5to a rootrenovate.jsonand add"forkProcessing": "enabled".currentDigestcapture from the Chunkah custom regex manager so Renovate only opens clean semver bumps (arch-bootc's digest-pin attempts misbehaved; see Renovate: stop attempting digest-pin on chunkah custom regex manager arch-bootc#18).@sha256:digest pin fromCHUNKAH_IMAGEinbuild.ymlto match the version-only regex.digest/pin/pinDigestupdate types forquay.io/coreos/chunkah.github-actionsmanager stays disabled) and Containerfile images stay hand-managed.🤖 Generated with Claude Code